home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Linux LiveCD / GeeXboX 1.0 EN / geexbox-1.0-en.i386.iso / GEEXBOX / etc / init.d / 80_debug < prev    next >
Text File  |  2006-06-21  |  289b  |  15 lines

  1. #!/bin/sh
  2. #
  3. # start a debugging shell
  4. #
  5. # runlevels: debug
  6.  
  7. # give a shell to MPlayer in debug mode
  8. echo "### Starting debugging shell ###"
  9. sed -i 's%ok=\"quit 166\"/>%ok=\"quit 166\"/>  <e name=\"Console\" ok=\"set_menu console\"/>%' /etc/mplayer/menu.conf
  10.  
  11. # start shell
  12. /bin/sh
  13.  
  14. exit 0
  15.